MessageAcceptEncoding Property |
Gets or sets Accept-Encoding header field. The Accept-Encoding header field,
is used to specify acceptable request body encoding schemes. If not included, the assumed
encoding will be text/plain.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string AcceptEncoding { get; set; }Public Property AcceptEncoding As String
Get
Set
Property Value
Type:
String
See Also